-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
gh-143181: Fix 'overriden' -> 'overridden' in c-api/module.rst #143182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
There's some "overriden" in test comments, want to fix them too? Also, no need to create an issue next time for trivial things like typo fixes. https://devguide.python.org/getting-started/pull-request-lifecycle/#id2 |
StanFromIreland
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Need case-sensitive search to no match |
|
Terry, here is a case-insensitive grep: |
a7063df to
8b4c5ef
Compare
|
Changed "overriden" -> "overridden" in the tests. Class names like OverrideNew and OverrideNeither were already spelled correctly with "Override", so they didn't need changing. |
Doc/c-api/module.rst line 574:
📚 Documentation preview 📚: https://cpython-previews--143182.org.readthedocs.build/